GET MAXIMUM TEXTURE WIDTH

This command will return the maximum texture width allowed by the current 3D device.

  Syntax
Return Integer=GET MAXIMUM TEXTURE WIDTH()
  Returns

This command will return the maximum texture width allowed by the current 3D device

  Example Code
sync on : sync rate 60 : hide mouse:cls 0
while mouseclick()=0
set cursor 0,0
print "3D DEVICE DATA"
print "max tex width:";get maximum texture width()
sync
endwhile
end
  See also

BASIC3D Commands Menu
Index